home *** CD-ROM | disk | FTP | other *** search
- # NOTE: # character is used for commenting lines
-
- # Calling page for this sample is SMPLE3.HTM
-
- # template for error reports
- ERRTEMPLATE=<%ERRTEMPLATE%>
-
- # template for response page
- TEMPLATE=<%TEMPLATE%>
-
- # template for message
- MSGTEMPLATE=<%MSGTEMPLATE%>
-
- # SMTP server
- GATEWAY=<%GATEWAY%>
-
- # port of SMTP service on server (usualy 25)
- PORT=<%PORT%>
-
- # timeout for socket operations
- TIMEOUT=<%TIMEOUT%>
-
- # if things get wrong set DEBUG to YES to get log of SMTP
- # conversation between CGIMailer and SMTP server
- DEBUG=<%DEBUG%>
-
- # sender's address
- FROM=<%FROM%>
-
- # list of recipients
- TO=<%TO%>
-
- # list of recipients wich goes in Cc: field in message header
- CC=<%CC%>
-
- # list of recipient wich shouldn't be listed in message headre
- BCC=<%BCC%>
-
- # subject
- SUBJECT=<%SUBJECT%>
-